type runtime.gList
22 uses
runtime (current package)
chan.go#L416: var glist gList
mgc.go#L419: list gList
mgcmark.go#L295: sched.gFree.stack = gList{}
mgcscavenge.go#L451: var list gList
netpoll.go#L494: func netpollready(toRun *gList, pd *pollDesc, mode int32) int32 {
netpoll_epoll.go#L96: func netpoll(delay int64) (gList, int32) {
netpoll_epoll.go#L98: return gList{}, 0
netpoll_epoll.go#L125: return gList{}, 0
netpoll_epoll.go#L129: var toRun gList
proc.go#L3872: func injectglist(glist *gList) {
proc.go#L3899: *glist = gList{}
proc.go#L6178: var list gList
proc.go#L7021: func (q *gQueue) popList() gList {
proc.go#L7022: stack := gList{q.head}
proc.go#L7029: type gList struct {
proc.go#L7034: func (l *gList) empty() bool {
proc.go#L7039: func (l *gList) push(gp *g) {
proc.go#L7045: func (l *gList) pushAll(q gQueue) {
proc.go#L7053: func (l *gList) pop() *g {
runtime2.go#L689: gList
runtime2.go#L820: stack gList // Gs with stacks
runtime2.go#L821: noStack gList // Gs without stacks
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |